home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / teachaid / kwrite4 / kwdocs.bat < prev    next >
DOS Batch File  |  1994-05-18  |  1KB  |  33 lines

  1. echo off
  2. if %1.==. goto explain
  3. echo ─────────────────────────────────────────────────────────────  
  4. echo Copying tutorial and example files to %1
  5. echo ─────────────────────────────────────────────────────────────  
  6. copy merge.dbf %1
  7. copy example.let %1
  8. copy kwpr-tut.txt %1
  9. copy kwtutor.txt %1
  10. echo  
  11. echo ─────────────────────────────────────────────────────────────
  12. echo Copy is finished. Begin the tutorial with the command
  13. echo    
  14. echo KWTUTOR
  15. echo ─────────────────────────────────────────────────────────────
  16. goto end
  17. :explain
  18. echo ─────────────────────────────────────────────────────────────
  19. echo  
  20. echo The format for this command is:
  21. echo  
  22. echo KWDOCS d:
  23. echo  
  24. echo where d: is the name of the disk where you want to
  25. echo copy tutorial and example files. For example,
  26. echo  
  27. echo KWDOCS B:
  28. echo  
  29. echo would copy the files to the B: drive.
  30. echo ─────────────────────────────────────────────────────────────  
  31. :End
  32.                                                                                
  33.